GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-13T20:37:48.3736376+00:00",
"SubmitDate": "2026-06-13T20:37:48.3736376+00:00",
"ReportPeriodStart": "2026-06-13T20:37:48.3736376+00:00",
"ReportPeriodEnd": "2026-06-13T20:37:48.3736376+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "56fd7ea9-37bc-47cd-ade5-d5eac3692046",
"Rows": [
{
"ItemId": "24ca9993-85c1-46fc-81f2-155ccde7cbca",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24ca9993-85c1-46fc-81f2-155ccde7cbca",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "56fd7ea9-37bc-47cd-ade5-d5eac3692046",
"Rows": [
{
"ItemId": "24ca9993-85c1-46fc-81f2-155ccde7cbca",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24ca9993-85c1-46fc-81f2-155ccde7cbca",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2e46af2f-5438-4a1d-88b5-a2c7027ce163",
"acc957ef-f7f3-4173-9de4-09dcd61ac04b"
],
"Approvers": [
"6674ef30-5ebc-49e4-94a4-1828f2d586eb",
"52b7fb64-b8e3-456d-a81a-f1cb236f9ead"
],
"ApprovedBy": "66e0f1e8-7aa4-478a-81ff-5bfd9d09a1b7",
"ApprovalDate": "2026-06-13T20:37:48.3736376+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4e8efd16-5709-4abf-a66f-703254726919",
"id": "ad3a0ce7-cacc-4de5-8226-d31abe0d9e4c",
"ConfigId": "8eae3f4b-5105-4b47-a1a9-1de7f7788b1b"
},
{
"GenerationDate": "2026-06-13T20:37:48.3736376+00:00",
"SubmitDate": "2026-06-13T20:37:48.3736376+00:00",
"ReportPeriodStart": "2026-06-13T20:37:48.3736376+00:00",
"ReportPeriodEnd": "2026-06-13T20:37:48.3736376+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "56fd7ea9-37bc-47cd-ade5-d5eac3692046",
"Rows": [
{
"ItemId": "24ca9993-85c1-46fc-81f2-155ccde7cbca",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24ca9993-85c1-46fc-81f2-155ccde7cbca",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "56fd7ea9-37bc-47cd-ade5-d5eac3692046",
"Rows": [
{
"ItemId": "24ca9993-85c1-46fc-81f2-155ccde7cbca",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24ca9993-85c1-46fc-81f2-155ccde7cbca",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2e46af2f-5438-4a1d-88b5-a2c7027ce163",
"acc957ef-f7f3-4173-9de4-09dcd61ac04b"
],
"Approvers": [
"6674ef30-5ebc-49e4-94a4-1828f2d586eb",
"52b7fb64-b8e3-456d-a81a-f1cb236f9ead"
],
"ApprovedBy": "66e0f1e8-7aa4-478a-81ff-5bfd9d09a1b7",
"ApprovalDate": "2026-06-13T20:37:48.3736376+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4e8efd16-5709-4abf-a66f-703254726919",
"id": "ad3a0ce7-cacc-4de5-8226-d31abe0d9e4c",
"ConfigId": "8eae3f4b-5105-4b47-a1a9-1de7f7788b1b"
}
]